home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 May (DVD) / Macworld Resource DVD May 2003.toast / Data / Shareware / Internet / NetNewsWireLite1.0.3.sit / NetNewsWire Lite.app / Contents / Resources / English.lproj / MainMenu.nib / classes.nib next >
Encoding:
Text File  |  2003-02-18  |  8.3 KB  |  217 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {
  5.                 showNotepad = id; 
  6.                 showPreferencePanel = id; 
  7.                 showSourceInfoPanel = id; 
  8.                 showSourceWindowPanel = id; 
  9.                 showStatsWindow = id; 
  10.             }; 
  11.             CLASS = AppController; 
  12.             LANGUAGE = ObjC; 
  13.             SUPERCLASS = NSObject; 
  14.         }, 
  15.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  16.         {CLASS = HtmlTextView; LANGUAGE = ObjC; SUPERCLASS = NSTextView; }, 
  17.         {
  18.             ACTIONS = {copy = id; }; 
  19.             CLASS = MyOutlineView; 
  20.             LANGUAGE = ObjC; 
  21.             SUPERCLASS = NSOutlineView; 
  22.         }, 
  23.         {CLASS = MyTableView; LANGUAGE = ObjC; SUPERCLASS = NSTableView; }, 
  24.         {
  25.             ACTIONS = {
  26.                 clearHistory = id; 
  27.                 copy = id; 
  28.                 copyHtml = id; 
  29.                 exportSubscriptions = id; 
  30.                 goToBugListInBrowser = id; 
  31.                 goToFirstSource = id; 
  32.                 goToLastSource = id; 
  33.                 goToMailingListInBrowser = id; 
  34.                 goToMiddleSource = id; 
  35.                 goToNewsIsFreeInBrowser = id; 
  36.                 goToNextUnread = id; 
  37.                 goToPreviousUnread = id; 
  38.                 goToProductHomeInBrowser = id; 
  39.                 goToRadioWeblogsInBrowser = id; 
  40.                 goToReportABugInBrowser = id; 
  41.                 goToSyndic8InBrowser = id; 
  42.                 importSubscriptions = id; 
  43.                 markAllAsRead = id; 
  44.                 markAllAsUnread = id; 
  45.                 markAllNewsAsRead = id; 
  46.                 newGroup = id; 
  47.                 openHomeInBrowser = id; 
  48.                 openInBrowser = id; 
  49.                 openMainWindow = id; 
  50.                 readAllSources = id; 
  51.                 refresh = id; 
  52.                 refreshAll = id; 
  53.                 rename = id; 
  54.                 showHelpBook = id; 
  55.                 showInfoPanel = id; 
  56.                 showPreferencesWindow = id; 
  57.                 showXMLSource = id; 
  58.                 subscribe = id; 
  59.                 toggleDrawer = id; 
  60.                 unsubscribe = id; 
  61.             }; 
  62.             CLASS = NetNewsWire; 
  63.             LANGUAGE = ObjC; 
  64.             OUTLETS = {
  65.                 clearHistoryMenuItem = NSMenuItem; 
  66.                 copyMenuItem = NSMenuItem; 
  67.                 descriptionHtml = NSTextView; 
  68.                 drawer = NSDrawer; 
  69.                 drawerMenuItem = NSMenuItem; 
  70.                 exportMenuItem = NSMenuItem; 
  71.                 goToFirstSubscriptionMenuItem = NSMenuItem; 
  72.                 goToLastSubscriptionMenuItem = NSMenuItem; 
  73.                 goToMiddleSubscriptionMenuItem = NSMenuItem; 
  74.                 headlinesColumn = NSTableColumn; 
  75.                 headlinesHTMLSplitView = NSSplitView; 
  76.                 importMenuItem = NSMenuItem; 
  77.                 mailingListMenuItem = NSMenuItem; 
  78.                 mainWindow = NSWindow; 
  79.                 markAllAsReadMenuItem = NSMenuItem; 
  80.                 markAllAsUnreadMenuItem = NSMenuItem; 
  81.                 newGroupMenuItem = NSMenuItem; 
  82.                 newsIsFreeMenuItem = NSMenuItem; 
  83.                 nextUnreadMenuItem = NSMenuItem; 
  84.                 openHomeInBrowserMenuItem = NSMenuItem; 
  85.                 openInBrowserMenuItem = NSMenuItem; 
  86.                 openMainWindowMenuItem = NSMenuItem; 
  87.                 previousUnreadMenuItem = NSMenuItem; 
  88.                 progressIndicator = NSProgressIndicator; 
  89.                 radioMenuItem = NSMenuItem; 
  90.                 refreshAllMenuItem = NSMenuItem; 
  91.                 refreshMenuItem = NSMenuItem; 
  92.                 renameMenuItem = NSMenuItem; 
  93.                 reportABugMenuItem = NSMenuItem; 
  94.                 showInfoMenuItem = NSMenuItem; 
  95.                 sourceOutline = MyOutlineView; 
  96.                 statusText = NSTextField; 
  97.                 storiesTable = MyTableView; 
  98.                 subsStatus = NSTextField; 
  99.                 subscribeMenuItem = NSMenuItem; 
  100.                 subscriptionsHeadlinesSplitView = NSSplitView; 
  101.                 syndic8MenuItem = NSMenuItem; 
  102.                 unsubscribeMenuItem = NSMenuItem; 
  103.                 viewBugsListMenuItem = NSMenuItem; 
  104.                 websiteMenuItem = NSMenuItem; 
  105.             }; 
  106.             SUPERCLASS = NSObject; 
  107.         }, 
  108.         {
  109.             ACTIONS = {showWindow = id; updateSourceInfoFromPanel = id; }; 
  110.             CLASS = SourceInfoController; 
  111.             LANGUAGE = ObjC; 
  112.             OUTLETS = {
  113.                 RSSURLField = NSTextField; 
  114.                 descriptionTextView = NSTextView; 
  115.                 homeURLField = NSTextField; 
  116.                 iconLabelField = NSTextField; 
  117.                 iconView = NSImageView; 
  118.                 nameField = NSTextField; 
  119.                 nameLabel = NSTextField; 
  120.                 panelWindow = NSPanel; 
  121.                 updateButton = NSButton; 
  122.             }; 
  123.             SUPERCLASS = NSWindowController; 
  124.         }, 
  125.         {
  126.             ACTIONS = {openHomeInBrowser = id; openRSSInBrowser = id; subscribe = id; }; 
  127.             CLASS = SourceListController; 
  128.             LANGUAGE = ObjC; 
  129.             OUTLETS = {
  130.                 descriptionView = NSTextView; 
  131.                 outline = MyOutlineView; 
  132.                 subscribeButton = NSButton; 
  133.                 window = NSWindow; 
  134.             }; 
  135.             SUPERCLASS = NSWindowController; 
  136.         }, 
  137.         {
  138.             ACTIONS = {
  139.                 cancelNewGroupButton = id; 
  140.                 cancelRenameButton = id; 
  141.                 cancelSubscribeButton = id; 
  142.                 copy = id; 
  143.                 copyDescription = id; 
  144.                 copyHomeURL = id; 
  145.                 copyRSSURL = id; 
  146.                 copyXMLSource = id; 
  147.                 editSourceName = id; 
  148.                 goToFirstSource = id; 
  149.                 goToLastSource = id; 
  150.                 goToMiddleSource = id; 
  151.                 markAllAsReadFromContextualMenu = id; 
  152.                 markAllAsReadFromMainMenu = id; 
  153.                 markAllAsUnreadFromMainMenu = id; 
  154.                 newGroupFromContextualMenu = id; 
  155.                 okNewGroupButton = id; 
  156.                 okRenameButton = id; 
  157.                 okSubscribeButton = id; 
  158.                 openCurrentRSSInBrowser = id; 
  159.                 openSourceHomePageInBrowser = id; 
  160.                 openSourceRSSInBrowser = id; 
  161.                 showXMLSource = id; 
  162.                 subscribeSheet = id; 
  163.                 unsubscribe = id; 
  164.                 unsubscribeFromContextualMenu = id; 
  165.             }; 
  166.             CLASS = SourceOutlineController; 
  167.             LANGUAGE = ObjC; 
  168.             OUTLETS = {
  169.                 markAllAsReadMenuItem = NSMenuItem; 
  170.                 newGroupNameField = NSTextField; 
  171.                 newGroupWindow = NSWindow; 
  172.                 renameField = NSTextField; 
  173.                 renameMessage = NSTextField; 
  174.                 renameWindow = NSWindow; 
  175.                 sourceOutline = MyOutlineView; 
  176.                 subscribeMessage = NSTextField; 
  177.                 subscribeSourceUrl = NSTextField; 
  178.                 subscribeWindow = NSWindow; 
  179.                 window = NSWindow; 
  180.             }; 
  181.             SUPERCLASS = NSObject; 
  182.         }, 
  183.         {
  184.             ACTIONS = {
  185.                 cancelSubscribeButton = id; 
  186.                 clearHistoryConfirm = id; 
  187.                 exportSubscriptions = id; 
  188.                 goToFirstSource = id; 
  189.                 goToLastSource = id; 
  190.                 goToMiddleSource = id; 
  191.                 importSubscriptions = id; 
  192.                 markAllAsSelectedFromMainMenu = id; 
  193.                 notImplementedYetAlert = id; 
  194.                 okSubscribeButton = id; 
  195.                 openCurrentRSSInBrowser = id; 
  196.                 openSourceRSSInBrowser = id; 
  197.                 showSourcesList = id; 
  198.                 subscribeSheet = id; 
  199.                 unsubscribe = id; 
  200.                 unsubscribeFromContextualMenu = id; 
  201.             }; 
  202.             CLASS = Sources; 
  203.             LANGUAGE = ObjC; 
  204.             OUTLETS = {
  205.                 markAllAsReadMenuItem = NSMenuItem; 
  206.                 sourcesTable = NSTableView; 
  207.                 subscribeMessage = NSTextField; 
  208.                 subscribeSourceName = NSTextField; 
  209.                 subscribeSourceUrl = NSTextField; 
  210.                 subscribeWindow = NSWindow; 
  211.                 window = NSWindow; 
  212.             }; 
  213.             SUPERCLASS = NSObject; 
  214.         }
  215.     ); 
  216.     IBVersion = 1; 
  217. }